'Declaration
Public Function New( _ ByVal colors() As Color, _ ByVal centrePoint As ContentAlignment _ )
public TriangleBoxGradientBrush( Color[] colors, ContentAlignment centrePoint )
Parameters
- colors
- An array of System.Drawing.Color that indicates the linear gradient colors.
- centrePoint
- A System.Drawing.ContentAlignment that indicates the gradient centre point.